Git error -> fatal: the remote end hung up unexpectedly


Posted by Christy on 2022-02-17

Error: fatal: the remote end hung up unexpectedly

Description:

While pushing into GitHub, it's slowing running than usual and finally showed "fatal: the remote end hung up unexpectedly".

The files stay empty, nothing appear in the repo.

Solution: 

$ git config http.postBuffer 524288000

Reference

Git, fatal: The remote end hung up unexpectedly


#debug







Related Posts

5.  SpringBoot使用jms錯誤處理延(2)

5. SpringBoot使用jms錯誤處理延(2)

【 JavaScript 學習筆記 】Hoisting  變數提升及 暫時性死區(TDZ)

【 JavaScript 學習筆記 】Hoisting 變數提升及 暫時性死區(TDZ)

一級函式和高階函式

一級函式和高階函式


Comments